CustomItemRange の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Collections.Generic.IEnumerable(Of String) _
)
public CustomItemRange(
System.int ,
System.int ,
System.Collections.Generic.IEnumerable<string>
)
パラメータ
- first
- 最初の項目のインデックス。
- last
- 最後の項目のインデックス。
- fields
- フィールド名のコレクション。
参照